home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1998 May / GameStar 05-1998 - Heft-CD.iso / DEMOS / Incoming / asc / setup / setup.mdl < prev    next >
Encoding:
Text File  |  1998-02-19  |  2.5 KB  |  126 lines

  1. drag_coeff    0.01        
  2. gravity        2.2
  3.  
  4. ;-------------------------------------------------------
  5. phasestart
  6.  
  7. clear_flag all
  8.  
  9. create hero "helicopter"
  10.     label "hafrica"
  11.     position 59626 -2697 274609
  12.     forward -0.5 0 -0.8 up 0 1 0
  13.     armed_with "PURPLE LASER"    rate 2
  14.     secondary_armed_with "GUIDED MISSILE" rate 64 rounds 20
  15.     attacking
  16.     task
  17.     patrol
  18.         point 59626 -2697 274609
  19.         point 69626 -2697 274609
  20.     end
  21.  
  22. create "helicopter"
  23.     label "harctic"
  24.     position 89626 -2697 274609
  25.     forward -0.5 0 -0.8 up 0 1 0
  26.     armed_with "PURPLE LASER"    rate 2
  27.     secondary_armed_with "GUIDED MISSILE" rate 64 rounds 20
  28.     attacking
  29.     task
  30.     patrol
  31.         point 89626 -2697 274609
  32.         point 99626 -2697 274609
  33.     end
  34.  
  35. create "helicopter"
  36.     label "hoceanic"
  37.     position 129626 -2697 274609
  38.     forward -0.5 0 -0.8 up 0 1 0
  39.     armed_with "PURPLE LASER"    rate 2
  40.     secondary_armed_with "GUIDED MISSILE" rate 64 rounds 20
  41.     attacking
  42.     task
  43.     patrol
  44.         point 129626 -2697 274609
  45.         point 139626 -2697 274609
  46.     end
  47.  
  48. create "helicopter"
  49.     label "hflorida"
  50.     position 159626 -2697 274609
  51.     forward -0.5 0 -0.8 up 0 1 0
  52.     armed_with "PURPLE LASER"    rate 2
  53.     secondary_armed_with "GUIDED MISSILE" rate 64 rounds 20
  54.     attacking
  55.     task
  56.     patrol
  57.         point 159626 -2697 274609
  58.         point 169626 -2697 274609
  59.     end
  60.  
  61. create "helicopter"
  62.     label "hmoon"
  63.     position 189626 -2697 274609
  64.     forward -0.5 0 -0.8 up 0 1 0
  65.     armed_with "PURPLE LASER"    rate 2
  66.     secondary_armed_with "GUIDED MISSILE" rate 64 rounds 20
  67.     attacking
  68.     task
  69.     patrol
  70.         point 189626 -2697 274609
  71.         point 199626 -2697 274609
  72.     end
  73.  
  74. create "helicopter"
  75.     label "halien"
  76.     position 219626 -2697 274609
  77.     forward -0.5 0 -0.8 up 0 1 0
  78.     armed_with "PURPLE LASER"    rate 2
  79.     secondary_armed_with "GUIDED MISSILE" rate 64 rounds 20
  80.     attacking
  81.     task
  82.     patrol
  83.         point 219626 -2697 274609
  84.         point 229626 -2697 274609
  85.     end
  86.  
  87. camera
  88.     attached_to "hafrica"
  89.     position 600 -300 -600
  90.     pointing_at "hafrica"
  91.     dolly 0
  92. pause 200
  93. camera
  94.     attached_to "harctic"
  95.     position 600 -300 -600
  96.     pointing_at "harctic"
  97.     dolly 0
  98. pause 200
  99. camera
  100.     attached_to "hoceanic"
  101.     position 600 -300 -600
  102.     pointing_at "hoceanic"
  103.     dolly 0
  104. pause 200
  105. camera
  106.     attached_to "hflorida"
  107.     position 600 -300 -600
  108.     pointing_at "hflorida"
  109.     dolly 0
  110. pause 200
  111. camera
  112.     attached_to "hmoon"
  113.     position 600 -300 -600
  114.     pointing_at "hmoon"
  115.     dolly 0
  116. pause 200
  117. camera
  118.     attached_to "halien"
  119.     position 600 -300 -600
  120.     pointing_at "halien"
  121.     dolly 0
  122. pause 100
  123. ;-------------------------------------------------------
  124. ;END OF SCENARIO
  125. ;-------------------------------------------------------
  126.